home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DriverKit / Adaptec1542B / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-02-10  |  343 b   |  10 lines

  1. -include $(LOCALMAKEFILEDIR)/Makefile.local_postamble
  2. include /NextDeveloper/Makefiles/driverkit/Makefile.bundle_postamble
  3.  
  4. EXAMPLE_DIR = $(DSTROOT)/NextDeveloper/Examples/DriverKit/$(NAME:.bproj=)
  5.  
  6. install_example::
  7.     echo Installing $(NAME:.bproj=) into $(EXAMPLE_DIR)
  8.     $(MAKE) copy "DEST=$(EXAMPLE_DIR)"
  9.     chown -Rf root.wheel $(EXAMPLE_DIR)
  10.